home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(14, 1)
- set the memberNum of sprite 14 to the number of member "BTTN_DOWN.PICT"
- puppetSound("bongo11.aif")
- updateStage()
- end
-
- on mouseUp
- set the memberNum of sprite 14 to the number of member "BTTN_UP.PICT"
- updateStage()
- puppetSprite(14, 0)
- sound stop 1
- sound stop 2
- puppetSound(0)
- unloadMember(member "BTTN_DOWN.PICT", "bongo11.aif")
- GoCafe("STARS.dir")
- end
-